body
{
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(223, 223, 223);
    background-color: rgb(10, 10, 10);
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

h1
{
    text-align: center;
    border: thick double rgb(6, 4, 48);
}

h2
{
    text-align: center;
}

h3
{
    text-align: center;
}

p
{
    text-align: center;
}

.conteneur > img
{
    width: 20%;
    height: auto;
    margin: auto;
}

.conteneur
{
    display: flex;
    justify-content: space-around;
}

div.lien
{
    text-align: center;
    border-radius: 10px;
    background-color: rgb(6, 4, 48);
    width: 20pc;
    margin: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

div.lien a
{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

div.lien:hover
{
    background-color: rgb(72 110 234);
}

.menu
{
    display: flex;
    justify-content: space-around;
    border: rgb(6, 4, 48);
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: rgb(6, 4, 48);
    width: 500px;
    margin: auto;
}

.jeux
{
    width: 70%;
}

.tout
{
    font-size: 20px;
    text-align: center;
}

a
{
    color: rgb(72 110 234);
}

a:hover
{
    color: rgb(208 219 245);
}

a:visited
{
    color: rgb(33, 30, 114);
}

.footer
{
    text-align: right;
    font-size: 13px;
}

/*mr.herr*/

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}
